Document when these keybinding signals were added.
*
* The ::insert-emoji signal is a
* [keybinding signal][GtkBindingSignal]
- * which gets emitted to present the Emoji chooser for the entry.
+ * which gets emitted to present the Emoji chooser for the @entry.
*
* The default bindings for this signal are Ctrl-. and Ctrl-;
+ *
+ * Since: 3.22
*/
signals[INSERT_EMOJI] =
g_signal_new (I_("insert-emoji"),
*
* The ::insert-emoji signal is a
* [keybinding signal][GtkBindingSignal]
- * which gets emitted to present the Emoji chooser for the text_view.
+ * which gets emitted to present the Emoji chooser for the @text_view.
*
* The default bindings for this signal are Ctrl-. and Ctrl-;
+ *
+ * Since: 3.22
*/
signals[INSERT_EMOJI] =
g_signal_new (I_("insert-emoji"),
gtk_popover_popup (GTK_POPOVER (chooser));
}
-